* info.el (Info-fontify-node): Handle preceding `in' for note
authorChong Yidong <cyd@stupidchicken.com>
Tue, 8 Aug 2006 17:45:42 +0000 (17:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 8 Aug 2006 17:45:42 +0000 (17:45 +0000)
reference hiding rules.

lisp/ChangeLog
lisp/info.el

index 773f13d1493525629e3a5a349565c4f802b6f686..40c43e67065b9cf7ce560f0ac0c0dc30247f26f8 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (Info-fontify-node): Handle preceding `in' for note
+       reference hiding rules.
+
 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
index 87327d8656b7424293ce6d1247a5e70d482153d5..dc08557e28d437e99551910451936ad4348dba9e 100644 (file)
@@ -3805,6 +3805,8 @@ the variable `Info-file-list-for-emacs'."
                   (setq other-tag
                        (cond ((save-match-data (looking-back "\\<see"))
                               "")
+                             ((save-match-data (looking-back "\\<in"))
+                              "")
                              ((memq (char-before) '(nil ?\. ?! ??))
                                "See ")
                              ((save-match-data